home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_07 / 9n07034b < prev    next >
Encoding:
Text File  |  1995-11-01  |  129 b   |  7 lines

  1. on mouseUp  -- button script
  2.  
  3.   put phrase(field "text",field "stoplist")
  4.     into field "list"  -- call XFCN
  5.  
  6. end mouseUp
  7.